home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w810mdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-20  |  4.7 KB  |  151 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  w810mdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson W810 USB WMC Modem Port Drivers on Win98/SE/ME
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=10/07/2005, 4.34.0.2705
  25. CatalogFile=w810mdm.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"w810mdm",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. w810mdm.sys = 1
  42. w810cr.sys = 1
  43. w810vcr.vxd = 1
  44. w810cm95.sys = 1
  45. w810cmnt.sys = 1
  46. w810comm.vxd = 1
  47. w810vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMCW810
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMCW810]
  65. %SEMCW810.Modem.Desc% = SEMCW810.Install, USB\VID_0FCE&PID_D042&MI_01&OS_9X
  66. %SEMCW810.Modem.Desc.2% = SEMCW810.Install, USB\VID_0FCE&PID_D042&MI_03&OS_9X
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Installation instructions
  70. ;-----------------------------------------------------------------------------
  71.  
  72. [SEMCW810.Install]
  73. AddReg        = SEMCW810.AddReg,SEMCW810.W95.AddReg,SEMCW810.W95.AddReg.CRGuid
  74. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  75. DriverVer=10/07/2005, 4.34.0.2705
  76.  
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;  Registry
  80. ;-----------------------------------------------------------------------------
  81.  
  82. ; common registry entries 
  83. [SEMCW810.AddReg]
  84. HKR,,NTMPDriver,,w810mdm.sys
  85. HKR,,CRUpperDescription,,%UpperDescription%
  86. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  87. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  88. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  89. HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
  90.  
  91. ; only for Win95....
  92. [SEMCW810.W95.AddReg]
  93. HKR,,DevLoader,,*ntkern
  94.  
  95. [SEMCW810.W95.Addreg.CRGuid]
  96. HKR,,CRGuid,,{84773A87-AFBA-47F2-B96F-5F9B3313FEA8}
  97.  
  98. ;-----------------------------------------------------------------------------
  99. ;  Copy lists
  100. ;-----------------------------------------------------------------------------
  101. [CopyFiles]
  102.  
  103. [CopyFiles.W95]
  104. w810vcr.vxd
  105. w810comm.vxd
  106. w810vcd.vxd
  107.  
  108. [CopyFiles.sys]
  109. w810mdm.sys
  110. w810cr.sys
  111.  
  112. [CopyFiles.W95.sys]
  113. w810cm.sys,w810cm95.sys
  114. w810cm95.sys
  115. w810cmnt.sys
  116.  
  117. [Copyfiles.W95.inf]
  118.  
  119.  
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ; STRINGS
  123. ;-----------------------------------------------------------------------------
  124. [Strings]
  125.  
  126. ;BEGIN ENG - US English Strings
  127. Provider = "Sony Ericsson"
  128. Sony Ericsson = "Sony Ericsson"
  129. DiskString = "Sony Ericsson W810 USB WMC Modem installation disk"
  130.  
  131. SEMCW810.Modem.Desc = "Sony Ericsson W810 USB WMC Data Modem"
  132. UpperDescription = "Sony Ericsson W810 USB WMC Modem"
  133.  
  134. SEMCW810.Modem.Desc.2 = "Sony Ericsson W810 USB WMC Modem"
  135.  
  136. CustomerDataPath = "Sony Ericsson W810"
  137. DriverSet = "Sony Ericsson W810 Software"
  138. UninstallFile = "W810Uninstall.exe"
  139. McciOptions = "Uninstallable"
  140.  
  141.  
  142. ;END ENG - US English Strings
  143.  
  144.  
  145. ;-----------------------------------------------------------------------------
  146. ; The following are symbolic constants which don't change per locale.
  147. ;-----------------------------------------------------------------------------
  148.  
  149.  
  150. ;*** end of file ***
  151.